home *** CD-ROM | disk | FTP | other *** search
- object EditorForm: TEditorForm
- Left = 353
- Top = 186
- Width = 625
- Height = 419
- HelpType = htKeyword
- HelpKeyword = 'ui_editor'
- BorderIcons = [biSystemMenu, biMinimize, biMaximize, biHelp]
- Caption = 'EditorForm'
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- Icon.Data = {<image000.ico>}
- KeyPreview = True
- OldCreateOrder = False
- Position = poDefaultPosOnly
- OnClose = FormClose
- OnCloseQuery = FormCloseQuery
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 13
- object TopCoolBar: TCoolBar
- Left = 0
- Top = 0
- Width = 617
- Height = 26
- AutoSize = True
- Bands = <
- item
- Control = ToolBar
- ImageIndex = -1
- MinHeight = 22
- Width = 613
- end>
- object ToolBar: TToolBar
- Left = 9
- Top = 0
- Width = 331
- Height = 22
- Align = alLeft
- AutoSize = True
- Caption = 'ToolBar'
- EdgeBorders = []
- Flat = True
- Images = EditorImages
- ParentShowHint = False
- ShowHint = True
- TabOrder = 0
- Transparent = True
- Wrapable = False
- object ToolButton12: TToolButton
- Left = 0
- Top = 0
- Action = CloseAction
- end
- object ToolButton1: TToolButton
- Left = 23
- Top = 0
- Action = SaveAction
- end
- object ToolButton2: TToolButton
- Left = 46
- Top = 0
- Width = 8
- Caption = 'ToolButton2'
- ImageIndex = 1
- Style = tbsSeparator
- end
- object ToolButton3: TToolButton
- Left = 54
- Top = 0
- Action = EditCopy
- end
- object ToolButton4: TToolButton
- Left = 77
- Top = 0
- Action = EditCut
- end
- object ToolButton5: TToolButton
- Left = 100
- Top = 0
- Action = EditPaste
- end
- object ToolButton6: TToolButton
- Left = 123
- Top = 0
- Action = EditDelete
- end
- object ToolButton8: TToolButton
- Left = 146
- Top = 0
- Action = EditSelectAll
- end
- object ToolButton9: TToolButton
- Left = 169
- Top = 0
- Width = 8
- Caption = 'ToolButton9'
- ImageIndex = 5
- Style = tbsSeparator
- end
- object ToolButton7: TToolButton
- Left = 177
- Top = 0
- Action = EditUndo
- end
- object ToolButton10: TToolButton
- Left = 200
- Top = 0
- Width = 8
- Caption = 'ToolButton10'
- ImageIndex = 5
- Style = tbsSeparator
- end
- object ToolButton13: TToolButton
- Left = 208
- Top = 0
- Action = FindAction
- end
- object ToolButton14: TToolButton
- Left = 231
- Top = 0
- Action = ReplaceAction
- end
- object ToolButton15: TToolButton
- Left = 254
- Top = 0
- Action = FindNextAction
- end
- object ToolButton16: TToolButton
- Left = 277
- Top = 0
- Action = GoToLineAction
- end
- object ToolButton17: TToolButton
- Left = 300
- Top = 0
- Width = 8
- Caption = 'ToolButton17'
- ImageIndex = 8
- Style = tbsSeparator
- end
- object ToolButton11: TToolButton
- Left = 308
- Top = 0
- Action = PreferencesAction
- end
- end
- end
- object EditorMemo: TRichEdit
- Left = 0
- Top = 26
- Width = 617
- Height = 340
- Align = alClient
- HideSelection = False
- PlainText = True
- PopupMenu = EditorPopup
- ScrollBars = ssBoth
- TabOrder = 1
- WantTabs = True
- OnChange = EditorMemoChange
- OnKeyUp = EditorMemoKeyUp
- OnMouseUp = EditorMemoMouseUp
- end
- object StatusBar: TStatusBar
- Left = 0
- Top = 366
- Width = 617
- Height = 19
- Panels = <
- item
- Text = 'Line: 2000/20000'
- Width = 130
- end
- item
- Text = 'Column: 20'
- Width = 150
- end
- item
- Text = 'Character: 132 (0x56)'
- Width = 150
- end
- item
- Width = 50
- end>
- ParentFont = True
- SimplePanel = False
- UseSystemFont = False
- end
- object EditorActions: TActionList
- Images = EditorImages
- OnExecute = EditorActionsExecute
- OnUpdate = EditorActionsUpdate
- Left = 480
- Top = 56
- object SaveAction: TAction
- Caption = '&Save'
- Hint = 'Save|Save file'
- ImageIndex = 0
- ShortCut = 16467
- SecondaryShortCuts.Strings = (
- 'F2')
- end
- object EditCut: TEditCut
- Caption = 'Cu&t'
- Hint = 'Cut|Cuts the selection and puts it on the Clipboard'
- ImageIndex = 1
- ShortCut = 16472
- end
- object EditCopy: TEditCopy
- Caption = '&Copy'
- Hint = 'Copy|Copies the selection and puts it on the Clipboard'
- ImageIndex = 2
- ShortCut = 16451
- end
- object EditPaste: TEditPaste
- Caption = '&Paste'
- Hint = 'Paste|Inserts Clipboard contents'
- ImageIndex = 3
- ShortCut = 16470
- SecondaryShortCuts.Strings = (
- 'Shift+Ins'
- 'Ctrl+Shift+Ins')
- end
- object EditSelectAll: TEditSelectAll
- Caption = 'Select &All'
- Hint = 'Select All|Selects the entire document'
- ImageIndex = 6
- ShortCut = 16449
- end
- object EditUndo: TEditUndo
- Caption = '&Undo'
- Hint = 'Undo|Reverts the last action'
- ImageIndex = 4
- ShortCut = 16474
- end
- object EditDelete: TEditDelete
- Caption = '&Delete'
- Hint = 'Delete|Erases the selection'
- ImageIndex = 5
- end
- object PreferencesAction: TAction
- Caption = '&Preferences...'
- Hint = 'Preferences|Show/change editor preferences'
- ImageIndex = 7
- end
- object CloseAction: TAction
- Caption = 'C&lose'
- Hint = 'Close editor|Save file if necessary and close editor'
- ImageIndex = 8
- ShortCut = 27
- end
- object FindAction: TAction
- Caption = '&Find...'
- Hint = 'Find|Find the specified text'
- ImageIndex = 9
- ShortCut = 16454
- SecondaryShortCuts.Strings = (
- 'F7')
- end
- object ReplaceAction: TAction
- Caption = '&Replace...'
- Hint = 'Replace|Replace the specified text with different text'
- ImageIndex = 10
- ShortCut = 16456
- SecondaryShortCuts.Strings = (
- 'Ctrl+F7'
- 'Ctrl+R')
- end
- object FindNextAction: TAction
- Caption = 'Find &next'
- Hint = 'Find next|Find the next occurrence of the specified text'
- ImageIndex = 11
- ShortCut = 114
- SecondaryShortCuts.Strings = (
- 'Shift+F7')
- end
- object GoToLineAction: TAction
- Caption = '&Go to line number...'
- Hint = 'Go to line|Go to specific line number'
- ImageIndex = 12
- ShortCut = 16455
- SecondaryShortCuts.Strings = (
- 'Alt+F8')
- end
- end
- object EditorImages: TImageList
- Left = 536
- Top = 56
- Bitmap = {
- 494C01010D000E00040010001000FFFFFFFFFF10FFFFFFFFFFFFFFFF424D3600
- 0000000000003600000028000000400000004000000001002000000000000040
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000848484000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 000084848400FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
- FF00FFFFFF00FFFFFF00FFFFFF00000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 000084848400FFFFFF0084848400848484008484840084848400848484008484
- 84008484840084848400FFFFFF00000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000008400000000000000000000000000
- 000084848400FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
- FF00FFFFFF00FFFFFF00FFFFFF00000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000008400000084000000000000000000
- 000084848400FFFFFF0084848400848484008484840084848400848484008484
- 84008484840084848400FFFFFF00000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000008400000084000000840000000000
- 00008484840000FFFF0000FFFF0000FFFF0000FFFF0000FFFF0000FFFF0000FF
- FF0000FFFF0000FFFF0000FFFF00000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000008400000084000000840000000000
- 00008484840000FFFF0000FFFF0000FFFF0000FFFF0000FFFF0000FFFF0000FF
- FF0000FFFF0000FFFF0000FFFF00000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000008400000084000000000000000000
- 00008484840000FFFF0000FFFF0000FFFF0000FFFF0000FFFF0000FFFF0000FF
- FF0000FFFF0000FFFF0000FFFF00000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000008400000000000000000000000000
- 000084848400FFFFFF0084848400848484008484840084848400848484008484
- 84008484840084848400FFFFFF00000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 000084848400FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
- FF00FFFFFF00FFFFFF00FFFFFF00000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 000084848400FFFFFF0084848400848484008484840084848400FFFFFF00FFFF
- FF00FFFFFF00FFFFFF00FFFFFF00000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 000084848400FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
- FF00000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 000084848400FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
- FF0000000000FFFFFF0000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 000084848400FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
- FF00000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000848484008484840084848400848484008484840084848400848484008484
- 8400000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000008484840084848400848484008484
- 8400848484008484840084848400848484008484840084848400FFFFFF000000
- 00008484840000000000FFFFFF00000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000008484840084848400848484008484
- 840084848400848484008484840084848400848484008484840084848400FFFF
- FF0084848400FFFFFF0084848400848484000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000008400000084000000840000008400
- 00000000000000000000848484008484840084848400FFFFFF00FFFFFF00FFFF
- FF008400000084000000840000008400000000000000FFFFFF00000000000000
- 000000000000000000000000000000000000000000000000000000000000FFFF
- FF00000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000008400
- 0000FF00000084000000000000000000000084848400FFFFFF00FFFFFF00FFFF
- FF008400000000000000000000000000000000000000FFFFFF00000000000000
- 000000000000000000000000000000000000000000000000000000000000FFFF
- FF00000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000008400
- 000084000000FF0000008400000000000000FFFFFF00FFFFFF00FFFFFF00FFFF
- FF00840000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000008400
- 0000FF00000084000000FF00000000000000FFFFFF00FFFFFF00FFFFFF00FFFF
- FF00840000000000000000000000000000000000000000000000FFFFFF000000
- 00000000000000000000000000000000000000000000FFFFFF00000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 000000000000000000000000000000000000000000000000000000000000C6C6
- C60000000000000000000000000000000000000000000000000000000000C6C6
- C600000000000000000000000000000000000000000000000000000000008400
- 000084000000FF0000008400000000000000FFFFFF00FFFF0000FFFFFF00FFFF
- 0000840000000000000000000000000000000000000000000000FFFFFF000000
- 00000000000000000000C6C6C6000000000000000000FFFFFF00000000000000
- 000000000000000000000000000000000000000000000000000000000000C6C6
- C60000000000000000000000000000000000000000000000000000000000C6C6
- C600000000000000000000000000000000000000000000000000000000000000
- 0000000000008484840000000000000000000000000084848400000000000000
- 0000000000000000000000000000000000000000000000000000000000008400
- 0000FF00000084000000FF00000000000000FFFF0000FFFFFF00FFFF0000FFFF
- FF00840000000000000000000000000000000000000000000000FFFFFF000000
- 00000000000000000000C6C6C6000000000000000000FFFFFF00000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000008484840000000000000000000000000084848400000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000008400
- 000084000000FF0000008400000000000000FFFFFF00FFFF0000FFFFFF00FFFF
- 0000840000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 000000000000000000000000000000000000000000000000000000000000C6C6
- C60000000000000000000000000000000000C6C6C60000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000008400
- 0000FF00000084000000FF00000000000000FFFF0000FFFFFF00FFFF0000FFFF
- FF0084000000000000000000000000000000000000000000000000000000FFFF
- FF000000000000000000000000000000000000000000FFFFFF00000000000000
- 000000000000000000000000000000000000000000000000000000000000C6C6
- C60000000000000000000000000000000000C6C6C60000000000000000000000
- 000000000000000000000000000000000000000000000000000000000000C6C6
- C60000000000000000000000000000000000C6C6C60000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000008400
- 0000840000008400000084000000840000008400000084000000840000008400
- 0000840000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 000000000000000000000000000000000000000000000000000000000000C6C6
- C60000000000000000000000000000000000C6C6C60000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000848484000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000FFFFFF000000000000000000000000000000000000000000FFFFFF000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000848484000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000840000008400000084000000840000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000084848400848484008484840084848400000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 000000000000000000000000000000000000000000000000000000000000BD00
- 00000000000000000000BD0000000000000000000000BD000000000000000000
- 0000BD0000000000000000000000000000000000000000000000000000000000
- 0000848484000000000000000000000000000000000084848400000000008484
- 8400000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 00000000000000000000000000000000000000000000BD000000000000000000
- 0000BD0000000000000000000000BD0000000000000000000000BD0000000000
- 000000000000BD00000000000000000000000000000000000000000000000000
- 0000000000008484840000000000000000000000000000000000848484000000
- 0000848484000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000BD0000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 00000000000000000000BD000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000008484840000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000840000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 000000000000000000000000000000000000000000000000000000000000BD00
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000BD0000000000000000000000000000000000000000000000FFFFFF000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000840000008400
- 0000840000008400000084000000000000000000000000000000000000000000
- 0000840000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 00000000000000000000000000000000000000000000BD000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 000000000000BD0000000000000000000000FFFFFF0084848400000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000008484840084848400000000000000000000000000840000008400
- 0000840000008400000000000000000000000000000000000000000000000000
- 0000000000008400000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000BD0000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 00000000000000000000BD00000000000000FFFFFF0000000000000000000000
- 00000000000000000000C6C6C600C6C6C600C6C6C60000000000000000000000
- 0000000000000000000000000000000000000000000000000000840000008400
- 0000840000000000000000000000000000000000000000000000000000000000
- 0000000000008400000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 000000000000000000000000000000000000000000000000000000000000BD00
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000BD000000000000000000000000000000FFFFFF0000000000000000000000
- 00000000000000000000C6C6C600C6C6C600C6C6C60000000000000000000000
- 0000000000000000000000000000000000000000000000000000840000008400
- 0000000000008400000000000000000000000000000000000000000000000000
- 0000000000008400000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 00000000000000000000000000000000000000000000BD000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 000000000000BD0000000000000000000000FFFFFF0000000000000000000000
- 00000000000000000000C6C6C600C6C6C600C6C6C60000000000000000000000
- 0000000000000000000000000000000000000000000000000000840000000000
- 0000000000000000000084000000840000000000000000000000000000000000
- 0000840000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000BD0000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 00000000000000000000BD000000000000000000000000000000FFFFFF000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000008400000084000000840000008400
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 000000000000000000000000000000000000000000000000000000000000BD00
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000BD0000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000008484840000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 00000000000000000000000000000000000000000000BD000000000000000000
- 0000BD0000000000000000000000000000000000000000000000000000000000
- 000000000000BD00000000000000000000000000000000000000FFFFFF000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000BD0000000000
- 000000000000BD0000000000000000000000BD0000000000000000000000BD00
- 00000000000000000000BD00000000000000000000000000000000000000FFFF
- FF0000000000FFFFFF0000000000000000000000000000000000FFFFFF000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 000000000000000000000000000000000000000000000000000000000000BD00
- 00000000000000000000BD0000000000000000000000BD000000000000000000
- 0000BD0000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000084848400000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 00000000000000000000FFFFFF00FFFFFF00FFFFFF0084848400000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000008400000084000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000084000000840000008400000084000000840000008400
- 00008400000084000000840000008400000000000000B9C1C10081494900994E
- 4E0099474700B3B3B300B3B3B300B3B3B300B3B3B300B3B3B300B3B3B3009934
- 340099343400994E4E00994E4E00000000000000000000000000000000000000
- 0000840000000000000000000000840000000000000000000000840000008400
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000840000008400000084000000840000008400
- 0000840000008400000084000000840000000000000000000000000000000000
- 0000000000000000000084000000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
- FF00FFFFFF00FFFFFF00FFFFFF008400000000000000B9867600CC676700CC67
- 6700994E4E00AF9C9C00C2767600DAB4B400FBFBFB00F0F0F000E4E4E4009934
- 340099343400CC676700994E4E00000000000000000000000000000000000000
- 0000840000000000000000000000840000000000000084000000000000000000
- 0000840000000000000000000000000000000000000000000000000000000000
- 000000000000000000000000000084000000FFFFFF00FFFFFF00FFFFFF00FFFF
- FF00FFFFFF00FFFFFF00FFFFFF00840000000000000084848400008484008484
- 8400008484008484840084000000FFFFFF000000000000000000000000000000
- 00000000000000000000FFFFFF008400000000000000B9867600CC676700CC67
- 6700994E4E00CFB6B600B7525200BF8C8C00D9D9D900FBFBFB00F0F0F0009934
- 340099343400CC676700994E4E00000000000000000000000000000000000000
- 0000840000000000000000000000840000000000000084000000000000000000
- 0000840000000000000000000000000000000000000000000000000000000000
- 000000000000000000000000000084000000FFFFFF0000000000000000000000
- 00000000000000000000FFFFFF00840000000000000000848400848484000084
- 8400848484000084840084000000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
- FF00FFFFFF00FFFFFF00FFFFFF008400000000000000B9867600CC676700CC67
- 6700994E4E00E1C7C700A8434300A9777700B3B3B300D9D9D900FBFBFB009934
- 340099343400CC676700994E4E00000000000000000000000000000000000000
- 0000000000008400000084000000840000000000000084000000000000000000
- 0000840000000000000000000000000000000000000000000000000000000000
- 000000000000000000000000000084000000FFFFFF00FFFFFF00FFFFFF00FFFF
- FF00FFFFFF00FFFFFF00FFFFFF00840000000000000084848400008484008484
- 8400008484008484840084000000FFFFFF00000000000000000000000000FFFF
- FF008400000084000000840000008400000000000000B9867600CC676700CC67
- 6700994E4E00DCC8C800CA979700CAB1B100A9A9A900B3B3B300D6CFCF009934
- 34009C373700CC676700994E4E00000000000000000000000000000000000000
- 0000000000000000000000000000840000000000000084000000840000008400
- 0000000000000000000000000000000000000000000000000000FFFFFF00FFFF
- FF00FFFFFF00FFFFFF00FFFFFF0084000000FFFFFF0000000000000000000000
- 00000000000000000000FFFFFF00840000000000000000848400848484000084
- 8400848484000084840084000000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
- FF0084000000FFFFFF00840000000000000000000000B9867600CC676700CC67
- 6700CC676700CC676700CC676700CC676700CC676700CC676700CC676700CC67
- 6700CC676700CC676700994E4E00000000000000000000000000000000000000
- 0000000000000000000000000000840000000000000084000000000000000000
- 0000000000000000000000000000000000000000000000000000FFFFFF000000
- 000000000000000000000000000084000000FFFFFF00FFFFFF00FFFFFF00FFFF
- FF00FFFFFF00FFFFFF00FFFFFF00840000000000000084848400008484008484
- 8400008484008484840084000000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
- FF008400000084000000000000000000000000000000B9867600CC676700CC67
- 6700BF8C8C00BF8C8C00BF8C8C00BF8C8C00BF8C8C00BF8C8C00BF8C8C00BF8C
- 8C00CC676700CC676700994E4E00000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000FFFFFF00FFFF
- FF00FFFFFF00FFFFFF00FFFFFF0084000000FFFFFF000000000000000000FFFF
- FF00840000008400000084000000840000000000000000848400848484000084
- 8400848484000084840084000000840000008400000084000000840000008400
- 00008400000000000000000000000000000000000000B9867600CC676700BF8C
- 8C00FAFAFA00FAFAFA00FAFAFA00FAFAFA00FAFAFA00FAFAFA00FAFAFA00FAFA
- FA00BF8C8C00CC676700994E4E00000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000FFFFFF000000
- 000000000000000000000000000084000000FFFFFF00FFFFFF00FFFFFF00FFFF
- FF0084000000FFFFFF0084000000000000000000000084848400008484008484
- 8400008484008484840000848400848484000084840084848400008484008484
- 84000084840000000000000000000000000000000000B9867600CC676700BF8C
- 8C00FAFAFA00C1C1C100C3C3C300C3C3C300C5C5C500C5C5C500C7C7C700FAFA
- FA00BF8C8C00CC676700994E4E00000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000FFFFFF00FFFF
- FF00FFFFFF00FFFFFF00FFFFFF0084000000FFFFFF00FFFFFF00FFFFFF00FFFF
- FF00840000008400000000000000000000000000000000848400848484000000
- 0000000000000000000000000000000000000000000000000000000000008484
- 84008484840000000000000000000000000000000000B9867600CC676700BF8C
- 8C00FAFAFA00FAFAFA00FAFAFA00FAFAFA00FAFAFA00FAFAFA00FAFAFA00FAFA
- FA00BF8C8C00CC676700994E4E00000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000FFFFFF000000
- 000000000000FFFFFF0000000000840000008400000084000000840000008400
- 0000840000000000000000000000000000000000000084848400848484000000
- 0000000000000000000000000000000000000000000000000000000000008484
- 84000084840000000000000000000000000000000000B9867600CC676700BF8C
- 8C00FAFAFA00BFBFBF00C0C0C000C2C2C200C3C3C300C4C4C400C5C5C500FAFA
- FA00BF8C8C00CC676700994E4E00000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000FFFFFF00FFFF
- FF00FFFFFF00FFFFFF0000000000FFFFFF000000000000000000000000000000
- 0000000000000000000000000000000000000000000000848400848484000084
- 84000000000000FFFF00000000000000000000FFFF0000000000848484000084
- 84008484840000000000000000000000000000000000B9867600CC676700BF8C
- 8C00FAFAFA00FAFAFA00FAFAFA00FAFAFA00FAFAFA00FAFAFA00FAFAFA00FAFA
- FA00BF8C8C00CC676700994E4E00000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000FFFFFF00FFFF
- FF00FFFFFF00FFFFFF0000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000FFFF0000FFFF000000000000000000000000000000
- 00000000000000000000000000000000000000000000B9867600994E4E00BF8C
- 8C00C4C4C400C4C4C400C4C4C400C4C4C400C4C4C400C4C4C400C4C4C400C4C4
- C400BF8C8C00994E4E00BEC4C300000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 000000000000000000000000000000000000424D3E000000000000003E000000
- 2800000040000000400000000100010000000000000200000000000000000000
- 000000000000000000000000FFFFFF00FFFF000000000000F000000000000000
- F000000000000000F00000000000000070000000000000003000000000000000
- 1000000000000000100000000000000030000000000000007000000000000000
- F000000000000000F000000000000000F000000000000000F001000000000000
- F003000000000000F007000000000000FFFFFFFFB6E7FFFF0015FFFFB76BFE49
- 000007C18427FE49000007C1B76BFFFFE00707C1CEE7FFFFE0070101FFFFC7C7
- E0070001C7C7C7C7E0070001C7C7C387E0070001C387C007E0078003C007C007
- E007C107C007C007E007C107C007C007FFFFE38FC007C007F81FE38FC007F39F
- F81FE38FF39FF39FF81FFFFFF39FF39FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFC3F
- FFFFEFFDEDB7F42FFFFFC7FFB6DBE007FFFFC3FBDFFDC003FFF7E3F7EC17C007
- C1F7F1E7B99B0001C3FBF8CFD99D0001C7FBFC1FEC970001CBFBFE3FBE1B0001
- DCF7FC1FDB9DC007FF0FF8CFEC37C003FFFFE1E7B7FBC007FFFFC3F3DB6DE00F
- FFFFC7FDEDB7FC3FFFFFFFFFFFFFFC3FFFFFFFFFFFFFFFFFFFFFF9FFFFFFFC00
- 8001F6CFFE0080008001F6B7FE0000008001F6B7FE0000008001F8B780000000
- 8001FE8F800000018001FE3F800000038001FF7F800000038001FE3F80010003
- 8001FEBF800300038001FC9F80070FC38001FDDF807F00038001FDDF80FF8007
- 8001FDDF81FFF87FFFFFFFFFFFFFFFFF00000000000000000000000000000000
- 000000000000}
- end
- object FindDialog: TFindDialog
- Options = [frDown, frHideUpDown]
- OnFind = FindDialogFind
- Left = 480
- Top = 96
- end
- object ReplaceDialog: TReplaceDialog
- Options = [frDown, frHideUpDown]
- OnFind = FindDialogFind
- OnReplace = FindDialogFind
- Left = 536
- Top = 96
- end
- object EditorPopup: TPopupMenu
- Images = EditorImages
- Left = 480
- Top = 136
- object Undo1: TMenuItem
- Action = EditUndo
- end
- object N1: TMenuItem
- Caption = '-'
- end
- object Cut1: TMenuItem
- Action = EditCut
- end
- object Copy1: TMenuItem
- Action = EditCopy
- end
- object Paste1: TMenuItem
- Action = EditPaste
- end
- object Delete1: TMenuItem
- Action = EditDelete
- end
- object N2: TMenuItem
- Caption = '-'
- end
- object SelectAll1: TMenuItem
- Action = EditSelectAll
- end
- object N3: TMenuItem
- Caption = '-'
- end
- object Find1: TMenuItem
- Action = FindAction
- end
- object Replace1: TMenuItem
- Action = ReplaceAction
- end
- object Findnext1: TMenuItem
- Action = FindNextAction
- end
- object Gotolinenumber1: TMenuItem
- Action = GoToLineAction
- end
- end
- end
-